Edit Macros

Related example macros: Demo-Tagposition

The recorded macro is stored in an easy to read text file and you can manually edit and "tweak" the macros.

For example, you could change the content of a form field.

Example: To change the Name of "Tom Tester" in the FormExampleMacro to "Dr. A. Award" locate the "TAG" command that contains the "Tom Tester" entry and change it as demonstrated below:

Old: TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:f1 ATTR=NAME:n1 CONTENT=Tom Tester  
New: TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:f1 ATTR=NAME:n1 CONTENT=Dr.<SP>A.<SP>Award

   
<SP> indicates a " " (space).

Tip: The default editor for editing Internet Macros is "Windows Notepad" (notepad.exe). If you prefer to use another editor you can change the default editor in EDIT tab > click OPTIONS > PATHS tab.